Practice Test


Q1) Visual Basic projects can have more than one form. Show Answer


Q2) Visual Basic provides ready-to-use interface components. Show Answer


Q3) All controls have a Caption property. Show Answer


Q4) The text box control is used only to display text. Show Answer


Q5) There can be only component of each type in a form. For example, only one command button in a form. Show Answer


Q6) On a form, more than one command button can have its Default property set to True. Show Answer


Q7) On a form, only one command button can have its Cancel property set to True. Show Answer


Q8) Events can be triggered only by the user. Show Answer


Q9) Properties decide the behaviour of a component. Show Answer


Q10) Events and methods are the same thing. Show Answer


Q11) An object name can start with the underscore (_) character. Show Answer


Q12) An object name can start with digit. Show Answer


Q13) Object names can be of maximum 40 characters. Show Answer


Q14) Space character is not permitted in object names. Show Answer


Q15) All properties of a component can be set at run time. Show Answer


Q16) Once you have initially placed a command button on a form, you cannot reposition it any way even during design time. Show Answer


Q17) A check box can have three values of the Value property. Show Answer


Q18) An option button can have more than two values of the Value property. Show Answer


Q19) The TAB key will stop at a control only if the control’s TabStop property is set to True. Show Answer


Q20) SetFocus is considered to be an event. Show Answer


Q21) Advantage of Visual Basic are Show Answer


Q22) An action that an object is capable of performing is called as: Show Answer


Q23) ________ contains the controls which one use in the creation of a form. Show Answer


Q24) Which of the following is a valid object name for a text box? Show Answer


Q25) Which of the following statement is incorrect in naming a variable in Visual Basic? Show Answer


Q26) IDE is : Show Answer


Q27) Which of the following is part of the Visual Basic IDE? Show Answer


Q28) The application name always appears in the _______ window: Show Answer


Q29) The color of a command button Show Answer


Q30) In the IDE, which of following is used to design the layout of an application? Show Answer


Q31) The location of the form on the desktop during execution is determined by the: Show Answer


Q32) Visual Basic projects are identified by a : Show Answer


Q33) To run an application in Visual Basic: Show Answer


Q34) The reference library of Visual Basic books is called: Show Answer


Q35) Tool bar: Show Answer


Q36) Double clicking on the command button icon in the tool box will: Show Answer


Q37) The first step in building a project is: Show Answer


Q38) Each program developed in Visual Basic is called a : Show Answer


Q39) A control named “cmdExit” is most likely a : Show Answer


Q40) Which window display a list of all forms and modules making up your application Show Answer


Q41) Properties can be viewed in two ways Show Answer


Q42) Which of the following windows is the central to the development of visual basic Applications: Show Answer


Q43) The elements of user interface are : Show Answer


Q44) Visual Basic controls are : Show Answer


Q45) There are two types of container controls in VB, namely ________ and ________ Show Answer